Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 9 - Camera Objects / Camera Objects Reference
Camera Objects Routines / Managing Cameras


Q3Camera_GetPlacement

You can use the Q3Camera_GetPlacement function to get the current placement of a camera.

TQ3Status Q3Camera_GetPlacement (
TQ3CameraObject camera, 
TQ3CameraPlacement *placement);
camera
A camera object.
placement
On exit, a pointer to a camera placement structure.
DESCRIPTION
The Q3Camera_GetPlacement function returns, in the placement parameter, a pointer to a camera placement structure that describes the current placement of the camera specified by the camera parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996